1. The Rigorous Definition
A sequence $\{a_n\}$ can be thought of as a list: $a_1, a_2, a_3, \dots, a_n, \dots$. More formally, it is a function whose domain is the set of positive integers.
2. The Bridge to Calculus: Theorem 3
One of our most powerful tools is the ability to treat discrete sequences as continuous functions. This allows us to use the full weight of L'Hospital's Rule.
If $\lim_{x \to \infty} f(x) = L$ and $f(n) = a_n$, then $\lim_{n \to \infty} a_n = L$.
Find $\lim_{n \to \infty} \frac{\ln n}{n}$.
Consider $f(x) = \frac{\ln x}{x}$. As $x \to \infty$, we have an $\infty/\infty$ indeterminate form. Applying L'Hospital's Rule:
$\lim_{x \to \infty} \frac{1/x}{1} = 0$. By Theorem 3, the sequence also converges to 0.
3. Divergence Nuance
Divergence isn't always about "blowing up" to infinity. A sequence can diverge through oscillation. Consider $a_n = (-1)^n$. The terms bounce forever between $-1$ and $1$, never settling on a single value.
Thematic sidebar: In the last section of this chapter you are asked to use a series to derive a formula for the velocity of an ocean wave.